home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Marathon Map Viewer / @Source / chunkStorage.h < prev    next >
Text File  |  1995-06-05  |  249b  |  6 lines

  1. /*-----------------------------------------------------------------
  2. -----------------------------------------------------------------*/
  3. #include "marathonTypes.h"
  4.  
  5. Ptr readChunk(short fileRefNum, long type, levelInfo *theLevelInfo, short levelNum);
  6.